home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 13
/
AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso
/
rexx
/
playerdemo.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-31
|
1KB
|
91 lines
/*
------------------------------------------------------------
PlayerDEMO.rexx
This script demonstrates some player-features
Copyright ©1996 WK-Artworks
------------------------------------------------------------
*/
if ~show('P','Wildfire') then do
say " Error: The Wildfire-program must be started before executing this script."
exit
end
address "Wildfire"
options results
filename="wftut:halve_size/results/cha.yafa"
t_getfile filename
filename=result
txt_text "tutorial/player/txt1"
txt_centre
txt_wait
txt_text "tutorial/player/txt2"
txt_centre
m_wait 3
txt_text "tutorial/player/txt3"
txt_centre
m_wait 3
m_openplayer
m_wait 1
p_file filename
txt_text "tutorial/player/txt4"
txt_centre
m_wait 3
p_caching off
p_output hardware
p_display normal
txt_text "tutorial/player/txt5"
txt_centre
m_wait 3
p_play 1 180
p_display zoomed
txt_text "tutorial/player/txt6"
txt_centre
m_wait 3
p_play 1 180
p_display dithered
txt_text "tutorial/player/txt7"
txt_centre
m_wait 3
p_play 1 180
pr_screendepth 6
p_output window
txt_text "tutorial/player/txt8"
txt_centre
m_wait 3
p_play 1 180
pr_loadprefs
p_output screen
txt_text "tutorial/player/txt8b"
txt_centre
m_wait 3
p_play 1 180
txt_text "tutorial/player/txt9"
txt_centre
p_openaniminfo
m_wait 5
p_closeaniminfo
txt_text "tutorial/player/txt10"
txt_centre
m_closeplayer
p_animfile